permalink: import/evernote
Obsidian allows you to easily migrate your notes from Evernote using the Importer plugin. This will convert your Evernote data to durable Markdown files, that you can use with Obsidian and many other apps.
Obsidian uses Evernote's export format .enex
files.
You can find Evernote's instructions for exporting your data on Evernote's website. This method allows you to export entire notebooks in the desktop client.
•••
) and choose Export Notebook....enex
file.You will need the official Obsidian Importer plugin, which you can install here.
Evernote export does not keep the tag hierarchy. To keep your tag hierarchy, you can "flatten" tags separated by "/". For example, assuming that you have the following tag structure:
ParentTag
ChildTag
What you need to do to keep tags related in Obsidian is:
ParentTag/ChildTag
.Since the export process is limited to single notebooks, the default export file lacks information about notebook stacks. However, the importer can recognize patterns in the enex file name to recreate notebook stacks as folders.
Assuming that you have a notebook called NotebookA
in a stack called Stack1
, you can recreate a notebook stack by renaming the enex file to Stack1@@@NotebookA
.
This results in the converted notes being generated within the Stack1/NotebookA folder.
For more advanced import options from Evernote you can also try importing via Yarle.